Split Date - Get the components of a date (year, month, day)

This action gets a date and returns its 3 components (year, month & day in month).

It is the opposite action to Construct Date.

Trigger [required]

The action's template has one non-repetitive trigger: <Date>.

Note that you may also provide as input a "Date and Time" value.

Exits [none required]

<Year> (non-repetitive numeric exit [not required]): The year of <Date> (e.g. 2005).

<Month> (non-repetitive numeric exit [not required]): The month of <Date> (1 through 12).

<Day> (non-repetitive numeric exit [not required]): The day in month of <Date> (1 through 31).

Usage Examples

Test1 (need to complete)